home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / pc_kd353.arc / AUTOEXEC.BAT next >
DOS Batch File  |  1989-02-21  |  1KB  |  25 lines

  1. echo off
  2. rem DATEIT is a copyrighted program that has no restriction on distribution
  3. rem DATEIT is used to replace the DOS DATE command.  It remembers the last
  4. rem date entered.  It is great for anyone that does not have an onboard
  5. rem clock. Feel free to copy it to other disks.
  6. DATEIT
  7. rem ════════════════════════════════════════════════════════════════════════
  8. rem You may want to add several commands to this AUTOEXEC.BAT file.  Such as
  9. rem THE FOLLOWING CAN BE MODIFIED TO SUIT YOUR NEEDS BY REMOVING rems
  10. rem GRAPHICS to load graphics printer driver for IBM & Epson printers
  11. rem GRAFTABL to provide extended ASCII characters
  12. rem MOUSE to run Microsoft compatible mouse
  13. rem CAMERA is file to load screen capture program.  Grab screens with
  14. rem Ctrl-Alt-Right Shft.  Load screens with F8 o or O.
  15. cls
  16. type I.BAT
  17. pause
  18. rem Several BATch files are included to automate various aspects of using
  19. rem PC-KEY-DRAW.  You may want to modify these BATch files to meet your own
  20. rem needs.  MENU.BAT displays the names of the other available BATch files.
  21. rem To run PC-KEY-DRAW use KD.BAT or KD_DRAW.EXE by entering KD or KD_DRAW.
  22. menu
  23.  
  24.  
  25.